Open
Conversation
ef9bdd9 to
8abe10b
Compare
1hitsong
requested changes
Mar 23, 2026
| end if | ||
|
|
||
| if (key = KeyCode.OK or key = KeyCode.PLAY) and m.top.trickPlayBar.visible and m.isTranscoded | ||
| if m.top.state = "paused" |
Member
There was a problem hiding this comment.
Suggested change
| if m.top.state = "paused" | |
| if isStringEqual(m.top.state, MediaPlaybackState.PAUSED) |
Contributor
Author
|
Thanks for taking a look. I'll make the requested change but I also need to re-verify the fix. Seems to no longer be working. |
4e84d11 to
0caf23c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
I am encountering a strange issue where if I try to use trickplay on a transcoded video, I can never resume it. It seems to also put the app into a strange state whereby the only thing I can do to fix it is press the Home button.
It effectively means I can't seek on any transcoded videos.
Reproduction Steps:
I don't know why this is a problem to begin with so I acknowledge it seems like a complete hack. Direct play videos do not encounter this issue at all. It seems like it might be a Roku bug that needs to be worked around.
Issues
I don't see anyone else having filed any issues about this, which makes me think it is something specific to my Roku TV. So I'm not even sure if anyone else can reproduce.